testing.common.parent (field)
47 uses
testing (current package)
benchmark.go#L828: parent: &b.common,
fuzz.go#L309: parent: &f.common,
fuzz.go#L320: t.parent.w = captureOut
fuzz.go#L345: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
fuzz.go#L415: if *isFuzzWorker || f.parent == nil {
fuzz.go#L523: parent: &root,
fuzz.go#L540: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L609: parent: &root,
fuzz.go#L626: f.chatty.Updatef(f.parent.name, "=== NAME %s\n", f.parent.name)
fuzz.go#L689: for root := &f.common; root.parent != nil; root = root.parent {
testing.go#L658: parent *common
testing.go#L781: parent := c.parent
testing.go#L816: p := c.parent
testing.go#L952: if c.parent != nil {
testing.go#L953: c.parent.setRan()
testing.go#L962: if c.parent != nil {
testing.go#L963: c.parent.Fail()
testing.go#L1061: for parent := c.parent; parent != nil; parent = parent.parent {
testing.go#L1274: c = c.parent
testing.go#L1677: if c.parent == nil {
testing.go#L1680: c.lastRaceErrors.Store(c.parent.checkRaces())
testing.go#L1716: parent := c.parent
testing.go#L1728: parent = parent.parent
testing.go#L1768: if t.parent.barrier == nil {
testing.go#L1783: t.parent.sub = append(t.parent.sub, t)
testing.go#L1803: <-t.parent.barrier // Wait for the parent test to complete.
testing.go#L1836: for c := &t.common; c != nil; c = c.parent {
testing.go#L1907: for p := t.parent; p != nil; p = p.parent {
testing.go#L1961: for root := &t.common; !root.isSynctest && root.parent != nil; root = root.parent {
testing.go#L1969: if r := root.parent.runCleanup(recoverAndReturnPanic); r != nil {
testing.go#L1970: fmt.Fprintf(root.parent.w, "cleanup panicked with %v", r)
testing.go#L2016: for root := &t.common; root.parent != nil; root = root.parent {
testing.go#L2024: if t.parent != nil && !t.hasSub.Load() {
testing.go#L2079: parent: &t.common,
testing.go#L2116: t.chatty.Updatef(t.parent.name, "=== NAME %s\n", t.parent.name)
testing.go#L2139: parent: &t.common,
testing.go#L2490: if t.parent == nil {